home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2938 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1003 b 

  1. Path: news.ichange.com!newsmaster
  2. From: bf461@cleveland.freenet.edu (Bryan Murphy)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: VC++ 32bit dos program
  5. Date: Sat, 20 Jan 1996 22:39:40 GMT
  6. Organization: AT&T Interchange Online Network
  7. Message-ID: <4drgl9$gl1@ias2.ichange.com>
  8. References: <30FB0B18.7D86@public.sta.net.cn>
  9. NNTP-Posting-Host: 131.238.71.54
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. >   I ever heard that Visual C++ can write 32bit dos program, 
  13. >is it true? 
  14. >   if it is true, which version?
  15.  
  16.    Well, I believe 1.52 -> 2.2 can do that, though you probably still have
  17. to buy that stupid $500 Phar Lap's dos extender, or find a replacement one.
  18. I think with a little tweaking and using a different library, you can go
  19. all the way back to VC 1.0 and make 32 Bit Dos Programs, but the library's
  20. are real mode, so you may have to write a lot of your own routines.  Visual
  21. C++ 4.0 comes with 1.52, so basically anything after 1.52 and you are
  22. golden as long as you can find a reasonable Dos Extender.
  23.  
  24.